Re: [SQL] unknown error - Mailing list pgsql-sql

From Herouth Maoz
Subject Re: [SQL] unknown error
Date
Msg-id l03130302b4334a8f357c@[147.233.159.109]
Whole thread Raw
In response to unknown error  (Dirk Drechsel <drechsel@glamus.de>)
Responses Re: [SQL] unknown error  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
At 12:10 +0200 on 20/10/1999, Dirk Drechsel wrote:


> I had to install pgsql 6.3.2. because of compatibility reasons.
> The compiling part finishes without any problems and the html-access to the
> database works, too.
> The problem is - I cannot start the frontend psql and have following
> error messages:
>          Connection to database 'postgres' failed.
>          Unsupported frontend protocol.
>
> I've never come across any of these messages before.

The protocol that frontend applications (relying on libraries) use has
changed some time around 6.4. The message probably means that the frontend
applications are linked with the newer libraries, and your old 6.3.2
database can't understand them.

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma




pgsql-sql by date:

Previous
From: Howie
Date:
Subject: Re: [SQL] Converting Data
Next
From: Tom Lane
Date:
Subject: Re: [SQL] unknown error